geany_dlang.plugin

Undocumented in source.

Members

Functions

addCurrDocumentDirIntoImport
void addCurrDocumentDirIntoImport(GeanyDocument* doc)
Undocumented in source. Be warned that the author may not have intended to support it.
attemptDisplayCompletionWindow
void attemptDisplayCompletionWindow(GeanyDocument* doc, AutocompleteResponse res, char separator, int currPos)
Undocumented in source. Be warned that the author may not have intended to support it.
attemptDisplaySomeWindow
void attemptDisplaySomeWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
attemptDisplayTipWindow
void attemptDisplayTipWindow(GeanyDocument* doc, AutocompleteResponse tips, char separator, int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
calculateCompletion
AutocompleteResponse calculateCompletion(GeanyDocument* doc)
Undocumented in source. Be warned that the author may not have intended to support it.
cleanupPlugin
void cleanupPlugin(GeanyPlugin* plugin, gpointer pdata)
Undocumented in source. Be warned that the author may not have intended to support it.
force_completion
void force_completion(guint key_id)
Undocumented in source. Be warned that the author may not have intended to support it.
geany_load_module
void geany_load_module(GeanyPlugin* plugin)
Undocumented in source. Be warned that the author may not have intended to support it.
initPlugin
gboolean initPlugin(GeanyPlugin* plugin, gpointer pdata)
Undocumented in source. Be warned that the author may not have intended to support it.
init_keybindings
void init_keybindings()
Undocumented in source. Be warned that the author may not have intended to support it.
on_document_filetype_set
void on_document_filetype_set(GObject* obj, GeanyDocument* doc, GeanyFiletype* filetype_old, gpointer user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
on_editor_notify
gboolean on_editor_notify(GObject* object, GeanyEditor* editor, SCNotification* nt, gpointer data)
Undocumented in source. Be warned that the author may not have intended to support it.
show_debug
void show_debug(guint key_id)
Undocumented in source. Be warned that the author may not have intended to support it.
substituteDcdPaths
void substituteDcdPaths(DcdWrapper wrapper, string[] paths)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

configFile
ConfigFile configFile;
Undocumented in source.
wrapper
DcdWrapper wrapper;
Undocumented in source.

Meta